Esx Settings Clusters Configuration Drafts ApplySpec
Esx Settings Clusters Configuration Drafts ApplySpec
The Esx Settings Clusters Configuration Drafts ApplySpec schema contains properties that are used to create a new commit.
This schema was added in vSphere API 8.0.2.0.
JSON Example
{
"message": "string",
"apply_policy_spec": {
"failure_action": {
"action": "string",
"retry_delay": 0,
"retry_count": 0
},
"pre_remediation_power_action": "string",
"enable_quick_boot": false,
"disable_dpm": false,
"disable_hac": false,
"evacuate_offline_vms": false,
"enforce_hcl_validation": false,
"parallel_remediation_action": {
"enabled": false,
"max_hosts": 0
},
"enforce_quick_patch": false,
"config_manager_policy_spec": {
"serial_remediation": false
}
}
}
string
message
Optional
Message to include with the commit.
This property was added in vSphere API 8.0.2.0.
If missing or null
, message is set to empty string.
apply_policy_spec
Optional
The parameter can be used to override the default remediation policies for the apply task.
This property was added in vSphere API 8.0.2.0.
if missing or null
the default cluster remediation policies are used.